body{
    background: #d8d89c url(../img/bg_01.jpg) center top no-repeat;
    background-size:100%;
    background-attachment:scroll;
 
}


.form-body{
    background:  url(../img/news_bg_body.png) center center repeat-y;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 3% 0 2.5%;

}
.form-body img{transform:scale(1,1);transition: all 1s ease-out;}
.form-body img:hover{transform:scale(1.2,1.2);font-weight: bold;}
  

.pic a{transform:scale(1,1);transition: all 1s ease-out;}
.pic a:hover{transform:scale(1.2,1.2);font-weight: bold;}
  


.jumpBox img{
    animation: jumpBox 2.0s linear infinite alternate;
   
}
@keyframes  jumpBox{
     from{margin-top:0px}
     to{margin-top:200px}
}
/*# sourceMappingURL=all.css.map 


.titleTopbn-left {
    position: relative;
    margin-top: 5%;
    margin-left: 3%;
}



.fixarea_tabbar.fixarea_off {
    
    transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
}
.fixarea_tabbar {
    z-index: 99;
    position: fixed;
    right: 0;
    top: 200px;
    border-radius: 20px 0 0 20px;
    width: 110px;
    background-color: rgba(0, 0, 0, .65);
    text-align: center;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial;  
    transition: all 0.2s ease;
}

.fixarea_tabbar .fix_other li {
    padding: 10px 0;
}
.fixarea_tabbar li {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
}

.fixarea_tabbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fixarea_tabbar .cate-hover a {
    color: #ffffbe;
}
.fixarea_tabbar .cate-hover a:hover {
    color: #76761e;

.nav-home {
    border-radius: 0px;
    border: 0px;
    border: 0px;
    padding-bottom: 0%;
    background: url(aside_body.png) center center repeat-y;
    background-size: 100% auto;
    background: #9a4848;
    border: 3px solid var(--white);
    border-bottom: 0px;
    border-radius: 50% 50% 0 0;
}
.nav-home img {
    width: 100%;
}
.imgfix_W img {
    width: 100%;
    height: auto;
}    
} 
*/